1import { PageSkeleton } from '@/components/ui/skeleton';23/** Streams immediately while the cancer bundle + tab data load (also guarantees a 200 shell on DB errors → error.tsx). */4export default function Loading() {5 return <PageSkeleton title="Loading cancer entity" tabs={10} />;6}7